Realm Kotlin SDK
/
io.realm.kotlin.types
/
RealmUUID
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
from
Link copied to clipboard
fun
from
(bytes:
ByteArray
):
RealmUUID
Content copied to clipboard
Generates a new
RealmUUID
based on the specified byte array.
fun
from
(uuidString:
String
):
RealmUUID
Content copied to clipboard
Generates a new
RealmUUID
from the UUID formatted string.
random
Link copied to clipboard
fun
random
():
RealmUUID
Content copied to clipboard
Generates a new
RealmUUID
type 4 (pseudo randomly generated) UUID.